home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / ChangeLibNumber.readme < prev    next >
Text File  |  1998-06-24  |  321b  |  13 lines

  1. This is a small utility that I wrote in 10 minutes to change Blitz Basic
  2. library numbers.
  3.  
  4. Usage is very simple:
  5.  
  6. chlibnum <filename> <library number>
  7.  
  8. f.g chlibnum blitzlibs:amigalibs/amigaguide.library1 20
  9.  
  10. Remember to make your Deflibs when you have changed the library number.
  11.  
  12. The source is included in the archive.
  13.